Log Function
Returns the natural logarithm of the value specified.
Syntax
result = Log( value )
value
Double
The value you want the natural logarithm of.
Examples
This example uses the Log function to return the natural logarithm of a number.